gtkgesture: Refactor gtk_gesture_handle_event()
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 24 Jul 2015 15:39:35 +0000 (17:39 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Wed, 12 Aug 2015 21:20:25 +0000 (23:20 +0200)
commit8b1c9c0687e4d2deb65a7235e97bd1a2e63447ab
tree0d65bbfce94a43df44021e4d5cb896df957a4ea5
parent3808322f80e322195165a8162d9c8765a68bcc52
gtkgesture: Refactor gtk_gesture_handle_event()

We'll be dealing with event types and touchpad gesture phases,
replace the switch by a battery of if/elses. Otherwise, it's
just an style change.
gtk/gtkgesture.c